home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / HardDriving.exe / scripts / DefineButton2_91 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-12-31  |  120 b   |  11 lines

  1. on(release){
  2.    if(_currentframe >= 5)
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    else
  7.    {
  8.       nextFrame();
  9.    }
  10. }
  11.